yocto: Add glib-2.0 depends for ostree
authorColin Walters <walters@verbum.org>
Wed, 1 Feb 2012 03:54:32 +0000 (22:54 -0500)
committerColin Walters <walters@verbum.org>
Wed, 1 Feb 2012 03:54:32 +0000 (22:54 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb

index a0e732c360ae5abcf84699a5b742184e5db058ca..ad3416c0e2780fe55503a11143912b3a1ec11285 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 SRC_URI = "git://git.gnome.org/ostree;tag=21ab320eef97958256513f26b46cefd8ab687e9a"
 S = "${WORKDIR}/git"
 
-DEPENDS += "libarchive"
+DEPENDS += "libarchive glib-2.0"
 
 inherit autotools